Cavern

 Cavern4D

 Cavernize

 Debug

 FilterInterfaces

 Filters

 Format

  Common

  Consts

  Container

  Decoders

  Environment

  FilterSet

  Renderers

  Transcoders

  AudioDefinitionModelElements

  ADMBlockFormat

  ADMChannelFormat

  ADMContent

  ADMDialogueType

  ADMObject

  ADMPackFormat

  ADMPackType

  ADMProgramme

  ADMStreamFormat

  ADMTimeSpan

  ADMTimeSpan(double)

  ADMTimeSpan(string)

  Equals(object)

  GetHashCode()

  IsZero()

  operator

  operator !

  operator -(ADMTimeSpan, ADMTimeSpan)

  operator +(ADMTimeSpan, ADMTimeSpan)

  operator <(ADMTimeSpan, ADMTimeSpan)

  operator >(ADMTimeSpan, ADMTimeSpan)

  ToString()

  TotalSeconds

  Zero

  ADMTrack

  ADMTrackCodec

  ADMTrackFormat

  ChannelAssignment

  DialogueContentKind

  MixedContentKind

  NonDialogueContentKind

  TaggedADMElement

  AudioDefinitionModel

  DolbyMetadata

  EnhancedAC3Merger

  Utilities

  AudioFormat

  AudioReader

  AudioTrackReader

  AudioWriter

  BitDepth

  EnhancedAC3Reader

  LAFMode

  LimitlessAudioFormatReader

  LimitlessAudioFormatWriter

  RIFFWaveReader

  RIFFWaveWriter

  SegmentedAudioReader

  SegmentedAudioWriter

 Helpers

 QuickEQ

 Remapping

 SpecialSources

 Spoofer

 Utilities

 Virtualizer

 Atmosphere

 AudioClip3D

 AudioListener3D

 AudioListener3DInspector

 AudioSource3D

 CavernizeRealtime

 Channel

 Clip

 Environments

 Jack

 Listener

 QualityModes

 Rolloffs

 SeatAdaptation

 Source

struct ADMTimeSpan

Representation of a length of time, with digits cut at 1/100000th of a second.
VisibilityPublic

Public functions

Constructor ADMTimeSpan(double seconds)Representation of a length of time, with digits cut at 1/100000th of a second.
Constructor ADMTimeSpan(string source)Representation of a length of time, with digits cut at 1/100000th of a second.
bool Equals(object obj)Checks if this time span is equal to another object.
int GetHashCode() Get a basic hash for the time span.
bool IsZero() Gets if this time span represents no time.
string ToString() Get the AXML-compliant string format of the time span.

Public static functions

bool operator <(ADMTimeSpan lhs, ADMTimeSpan rhs) Checks if a time span is smaller than another.
ADMTimeSpan operator -(ADMTimeSpan lhs, ADMTimeSpan rhs)Get the difference of two time spans.
ADMTimeSpan operator +(ADMTimeSpan lhs, ADMTimeSpan rhs)Add two time spans together.
bool operator >(ADMTimeSpan lhs, ADMTimeSpan rhs) Checks if a time span is larget than another.

Public properties

double TotalSeconds The total time of the time span in seconds.

Public static properties

bool operatorChecks if the two time spans are equal.
bool operator !Checks if the two time spans are not equal.

Public static variables

ADMTimeSpan ZeroA time span of 0 seconds and 0 fractions.